Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello everybody
what happens when I annotate a UmbracoApiController with [Authorize]? Is authorization done through Umbraco User, Members or something else?
Best regards Carl-Philip Wenz
You want to use MemberAuthorize if you want it to be based on Members, UmbracoAuthorize if it needs to be based on Users and just Authorize if you a want to use (I think.. not sure) the membership provider.
Docs for the first two examples here: http://our.umbraco.org/Documentation/Reference/WebApi/authorization
Is there an example?
Click the link..
Ok. I see the example before. How call the webapi+authorization from a mobile app ( like via json call )?
I would also like to know if its possible what Biagio Paruolo wrote?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
REST API with [Authorize]
Hello everybody
what happens when I annotate a UmbracoApiController with [Authorize]? Is authorization done through Umbraco User, Members or something else?
Best regards Carl-Philip Wenz
You want to use MemberAuthorize if you want it to be based on Members, UmbracoAuthorize if it needs to be based on Users and just Authorize if you a want to use (I think.. not sure) the membership provider.
Docs for the first two examples here: http://our.umbraco.org/Documentation/Reference/WebApi/authorization
Is there an example?
Click the link..
Ok. I see the example before. How call the webapi+authorization from a mobile app ( like via json call )?
I would also like to know if its possible what Biagio Paruolo wrote?
is working on a reply...